home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 4 / United Public Domain Gold 4.iso / fredfish / ff.0026.dms / ff.0026.adf / UnHunk / dbugstubs.h < prev    next >
Text File  |  1986-06-16  |  1KB  |  41 lines

  1.  
  2. /*
  3.  *  dbugstubs.h   -  derived from dbug.h by Fred Fish
  4.  *
  5.  *  everything real has been deleted, only the stubs remain...  edb
  6.  */
  7.  
  8.  
  9. /************************************************************************
  10.  *                                    *
  11.  *            Copyright (c) 1984, Fred Fish            *
  12.  *                All Rights Reserved                *
  13.  *                                    *
  14.  *    This software and/or documentation is released into the        *
  15.  *    public domain for personal, non-commercial use only.        *
  16.  *    Limited rights to use, modify, and redistribute are hereby    *
  17.  *    granted for non-commercial purposes, provided that all        *
  18.  *    copyright notices remain intact and all changes are clearly    *
  19.  *    documented.  The author makes no warranty of any kind with    *
  20.  *    respect to this product and explicitly disclaims any implied    *
  21.  *    warranties of merchantability or fitness for any particular    *
  22.  *    purpose.                            *
  23.  *                                    *
  24.  ************************************************************************
  25.  */
  26.  
  27. #    define DBUG_ENTER(a1)
  28. #    define DBUG_RETURN(a1) return(a1)
  29. #    define DBUG_VOID_RETURN return
  30. #    define DBUG_EXECUTE(keyword,a1)
  31. #    define DBUG_2(keyword,format)
  32. #    define DBUG_3(keyword,format,a1)
  33. #    define DBUG_4(keyword,format,a1,a2)
  34. #    define DBUG_5(keyword,format,a1,a2,a3)
  35. #    define DBUG_PUSH(a1)
  36. #    define DBUG_POP()
  37. #    define DBUG_PROCESS(a1)
  38. #    define DBUG_FILE (stderr)
  39. #    define DBUG_SETJMP setjmp
  40. #    define DBUG_LONGJMP longjmp
  41.